net/http.http2FrameHeader.Length (field)
22 uses
net/http (current package)
h2_bundle.go#L1563: Length uint32
h2_bundle.go#L1606: fmt.Fprintf(buf, " len=%d", h.Length)
h2_bundle.go#L1640: Length: (uint32(buf[0])<<16 | uint32(buf[1])<<8 | uint32(buf[2])),
h2_bundle.go#L1903: if fh.Length > fr.maxReadSize {
h2_bundle.go#L1906: payload := fr.getReadBuf(fh.Length)
h2_bundle.go#L2118: if fh.Flags.Has(http2FlagSettingsAck) && fh.Length > 0 {
h2_bundle.go#L5340: if !sc.inflow.take(f.Length) {
h2_bundle.go#L5343: sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
h2_bundle.go#L5612: if !sc.inflow.take(f.Length) {
h2_bundle.go#L5615: sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
h2_bundle.go#L5629: if !sc.inflow.take(f.Length) {
h2_bundle.go#L5632: sc.sendWindowUpdate(nil, int(f.Length)) // conn-level
h2_bundle.go#L5640: if f.Length > 0 {
h2_bundle.go#L5642: if !http2takeInflows(&sc.inflow, &st.inflow, f.Length) {
h2_bundle.go#L5653: sc.sendWindowUpdate(nil, int(f.Length)-wrote)
h2_bundle.go#L5666: pad := int32(f.Length) - int32(len(data))
h2_bundle.go#L9726: if f.Length > 0 {
h2_bundle.go#L9728: ok := cc.inflow.take(f.Length)
h2_bundle.go#L9729: connAdd := cc.inflow.add(int(f.Length))
h2_bundle.go#L9759: if f.Length > 0 {
h2_bundle.go#L9770: if !http2takeInflows(&cc.inflow, &cs.inflow, f.Length) {
h2_bundle.go#L9777: if pad := int(f.Length) - len(data); pad > 0 {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |